continueSettling

open fun continueSettling(deferCallbacks: Boolean): Boolean(source)

Move the captured settling view by the appropriate amount for the current time. If continueSettling returns true, the caller should call it again on the next frame to continue.

Return

true if settle is still in progress

Parameters

deferCallbacks

true if state callbacks should be deferred via posted message. Set this to true if you are calling this method from computeScroll or similar methods invoked as part of layout or drawing.